home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Archive-tools
/
Macify Folder
/
Source
/
U
/
EventsMacify.h
< prev
next >
Wrap
Text File
|
1991-03-15
|
854b
|
30 lines
/* EventsMacify Additional event handler routines
File name: EventsMacify.h
Function: This module contains the extra event handler routines
These routines allow us to override events in the main loop,
and to handle unique events.
/* History: 3/15/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Handle special key combinations */
Boolean HandleKey(EventRecord *myevent);
/* Special disk inserted handling */
Boolean HandleDisk(EventRecord *myevent);
/* Let us into the main loop */
void ApplLoop_Macify(void);
/* Filter events from the main loop */
void ApplEvent_Macify(Boolean *DoIt, EventRecord *myEvent);
/* Handle our special user events */
void Handle_UserEvent(UserEventRec *TheUserEvent);
/* ======================================================= */